projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eea19a
)
(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Nov 2001 00:05:33 +0000
(
00:05
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Nov 2001 00:05:33 +0000
(
00:05
+0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 51623ade93cb99663c6d492597643d60e701e120..58ddd6dba49355414daa863bc97fbb9330065bfd 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-234,8
+234,7
@@
Returns the abbrev symbol, if expansion took place. */)
value = Qnil;
- if (!NILP (Vrun_hooks))
- call1 (Vrun_hooks, Qpre_abbrev_expand_hook);
+ Frun_hooks (1, &Qpre_abbrev_expand_hook);
wordstart = 0;
if (!(BUFFERP (Vabbrev_start_location_buffer)